home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / StatusBar.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  1.4 KB  |  36 lines

  1.  ; ---- symantec.itools.awt.StatusBar component class ----
  2.  
  3. BASECLASS=java.awt.Component
  4. CLASS=symantec.itools.awt.StatusBar
  5.  
  6. SMALLICON=components\StatusBar.ico, "0"
  7. ICONSUITE=Icons, "185"
  8.  
  9. ;WINHELP=HID_StatusBar_Component
  10. WINHELP=0x12390
  11.  
  12. AWTEVENT=ACTION
  13. AWTEVENT=MOUSE
  14.  
  15. FOLDER=Additional
  16. TOOLBAR=Additional
  17.  
  18. DEFPROPERTY=String, "Status Text", "StatusText", ""
  19. PROPERTY=Color, "Status Text Color", "StatusTextColor", ""
  20.  
  21. PROPERTY=Integer, "Padding Top", "PaddingTop", "10"
  22. PROPERTY=Integer, "Padding Bottom", "PaddingBottom", "6"
  23. PROPERTY=Integer, "Padding Left", "PaddingLeft", "6"
  24. PROPERTY=Integer, "Padding Right", "PaddingRight", "6"
  25. PROPERTY=Integer, "Inset Padding Top", "IPadTop", "2"
  26. PROPERTY=Integer, "Inset Padding Bottom", "IPadBottom", "7"
  27. PROPERTY=Integer, "Inset Padding Sides", "IPadSides", "4"
  28. PROPERTY=Color, "Border Color", "BorderColor", "java.awt.Color.black"
  29. PROPERTY=Enum, "Style", "BevelStyle", "BEVEL_LINE", "BEVEL_LOWERED=0, BEVEL_RAISED=1, BEVEL_LINE=2, BEVEL_NONE=3"
  30.  
  31.  
  32. CONNECTION=input, "String","", "%name%.setStatusText(%arg%);",     "Set the status text"
  33. CONNECTION=output,"String","", "%name%.getStatusText()",         "Get the status text"
  34. CONNECTION=input, "Color", "", "%name%.setStatusTextColor(%arg%);",    "Set the status text color"
  35. CONNECTION=output,"Color", "", "%name%.getStatusTextColor();",     "Get the status text color"
  36.